KeyContainer Constructor(string,byte[])

Summary
Initializes a new instance of the KeyContainer class.
Syntax
C#
VB
C++
public KeyContainer( 
   string name, 
   byte[] key 
) 
Public Function New( _ 
   ByVal name As String, _ 
   ByVal key() As Byte _ 
) 
public: 
KeyContainer(  
   String^ name, 
   array<byte>^ key 
) 

Parameters

name
The name.

key
The key to import into container.

Remarks

Upon successfull creation of the container the key is imported into the container.

Requirements

Target Platforms

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.